Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add libraries for CP255 attempt #2 #333

Merged
merged 2 commits into from
Aug 24, 2018
Merged

Add libraries for CP255 attempt #2 #333

merged 2 commits into from
Aug 24, 2018

Conversation

geoffbacon
Copy link
Contributor

This is the second attempt to add libraries for CP255. I've removed what seemed to be the two libraries that caused problems last time.

@geoffbacon geoffbacon requested a review from ryanlovett August 23, 2018 23:07
@ryanlovett ryanlovett merged commit 758d8ed into berkeley-dsep-infra:staging Aug 24, 2018
@ryanlovett
Copy link
Collaborator

Hey @geoffbacon , looks like this failed.

https://circleci.com/gh/berkeley-dsep-infra/datahub/95

The compiler can't find the gdal headers because the compilation is missing -I/usr/include/gdal. You might try

export CPLUS_INCLUDE_PATH=/usr/include/gdal
export C_INCLUDE_PATH=/usr/include/gdal

preceding the failing library in the cp255 script. Alternatively, you can try
pip install gdal==2.2.4 --global-option=build_ext --global-option="-I/usr/include/gdal/"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants